consecutive elements meaning in Chinese
连续元线
Examples
- Map elements are used to convert the data format between different structures , for example , whenever the data formats between consecutive elements are incompatible
映射元素用来在不同的结构之间转换数据格式,例如,无论什么时候,在连续的元素之间数据格式都是不相容的。 - The implementation in this paper packs 4 cons 4 * 1 consecutive elements from a matrix column into a texel and thus performs a small number of 4 * 4 matrix by 4 * 1 vector products in a shader
每次从矩阵中取出4个元素放入一个到文理单元的一个元素中, 4 4的小规模矩阵乘法就转变成了4 1的向量乘法。